NDepend.API Documentation
ICodeMetric<TCodeElement,TNumeric> Interface Members
Properties  Methods 

NDepend.CodeModel Namespace : ICodeMetric<TCodeElement,TNumeric> Interface

The following tables list the members exposed by ICodeMetric<TCodeElement,TNumeric>.

Public Properties
 NameDescription
 Property Gets the sequence of code elements for which this code metric is defined.  
 Property Gets the number of code elements for which this code metric is defined.  
 PropertyGets this code metric value for codeElement. Gets null if the metric is not defined for codeElement.  
 PropertyGets the the maximum value in this.Values.  
 PropertyGets the the minimum value in this.Values.  
 PropertyGets the sequence of this code metric values taken by all code elements in this.DefinitionDomain. Numeric values are sorted with an ascending order in the sequence.  
Top
Public Methods
 NameDescription
 MethodGets a value indicating whether this code metric is defined for codeElement.  
 MethodGets the sequence of code elements for which, this code metric value is equal to value Gets an empty sequence if no code element are matched.  
 MethodGets this code metric value for codeElement. Gets null if the metric is not defined for codeElement.  
Top
See Also

Reference

ICodeMetric<TCodeElement,TNumeric> Interface
NDepend.CodeModel Namespace
ICodeMetricValue<TCodeElement,TNumeric> Interface
ExtensionMethodsSequenceUsage Class
FillIterative<TCodeElement> Method